onResult

abstract fun onResult(result: R)(source)

Called when the asynchronous operation succeeds and delivers a result value.

Parameters

result

The value delivered by the asynchronous operation.